home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / othernet / fidonet / aval_377 / demo.bat / areafix.bat < prev    next >
DOS Batch File  |  1994-08-04  |  697b  |  29 lines

  1. ; Writes a mail to Areafix every 1st of month and calls the exporter.
  2. ;
  3. ; Schreibt eine Mail zum Areafix an jeden ersten im Monat und ruft den
  4. ; Exporter auf.
  5. ; ------------------------------------------------------------------------
  6.  
  7. DAY?
  8. IFERR# 1 continue
  9.  
  10. !FILE AREAFIX.TXT
  11. !BASE D:\JETMAIL\MSGS\NETMAIL
  12. !FLAGS PK
  13. !SUBJECT password
  14. !FROM 2:2448/2020.6 Stephan Slabihoud
  15. !SEND 2:2448/2020 Areafix
  16.  
  17. ; Write an announce into logfile.
  18. ; Schreibe eine Mitteilung ins Logfile.
  19.  
  20. LOG Mail to Areafix created.
  21. LOG Mail an den Areafix geschrieben.
  22.  
  23. ; Call export (must be installed in "Find-1").
  24. ; Exporter aufrufen (muž installiert sein in "Find-1").
  25.  
  26. EXEC EXPORT
  27.  
  28. :continue
  29.